DataCollection
C1SelectManyDataCollection<S,T> コンストラクタ

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1SelectManyDataCollection<S,T> クラス : C1SelectManyDataCollection<S,T> コンストラクタ
The source.
Select many function which converts a source item into an item of this collection.
Initializes a new instance of the C1SelectManyDataCollection<S,T> class.
シンタックス
'宣言
 
Public Function New( _
   ByVal source As System.Collections.IEnumerable, _
   ByVal selectMany As System.Func(Of Integer,S,IReadOnlyList(Of T)) _
)
public C1SelectManyDataCollection<S,T>( 
   System.Collections.IEnumerable source,
   System.Func<int,S,IReadOnlyList<T>> selectMany
)

パラメータ

source
The source.
selectMany
Select many function which converts a source item into an item of this collection.
参照

C1SelectManyDataCollection<S,T> クラス
C1SelectManyDataCollection<S,T> メンバ